An object which provides an interface for filters to read point configuration
Filters
An object which provides an interface for filters to read point configuration
|
Name | Description | Data Type |
---|---|---|
HasAlarm | filters the list of points based on the presence of alarm configuration | boolean |
PointID | provides a wild card string to filter points by their PointID. | string |
DeviceID | Device ID for the point, where the point data originates. If the point is a global point, the device is "$GLOBAL". If the point is an equation point, the device is $DERIVED. | string |
ResourceID | provides a wild card string to filter points by their ResourceID. | string |
PointTypeID | Point Type ID of the point (UINT, REAL, etc.) | string |
Description | provides a wild card string to filter points by their Description. | string |
AccessFilter | The value for this filter is set to 'E' or 'e', while character * can be used. When specified will return enterpirse points. | string |